ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / OnClientLoadedItems Property






In This Topic
    OnClientLoadedItems Property (ListBox<T>)
    In This Topic
    Occurs after the list items are generated.
    Syntax
    'Declaration
     
    
    Public Property OnClientLoadedItems As System.String
    'Usage
     
    
    Dim instance As ListBox(Of T)
    Dim value As System.String
     
    instance.OnClientLoadedItems = value
     
    value = instance.OnClientLoadedItems
    public System.string OnClientLoadedItems {get; set;}
    public read-write property OnClientLoadedItems: System.String; 
    public function get,set OnClientLoadedItems : System.String
    public: __property System.string* get_OnClientLoadedItems();
    public: __property void set_OnClientLoadedItems( 
       System.string* value
    );
    public:
    property System.String^ OnClientLoadedItems {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also